home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Magazine / Zip250 / Z250PC < prev    next >
Text File  |  2001-08-06  |  2KB  |  47 lines

  1. /*
  2. ** Amiga Active Magazine - Mini Masterclass - 250MB SCSI Zip drive
  3. **
  4. **                  http://www.amigactive.com
  5. **
  6. ** This mountlist allows you to read PC formatted 250MB Zip disks!
  7. ** It uses the Fat95 filesystem from Aminet (disk/misc/Fat95.lha).
  8. **
  9. ** (i.e. everything's freely available - you don't need to worry
  10. ** about limited/full versions of CrossDOS etc.)
  11. **
  12. ** INSTRUCTIONS FOR USE:
  13. **
  14. ** 1) Install Fat95 using the installer in Fat95's archive(!)
  15. ** 2) Go to Sys:Devs/DosDrivers/ and move the MS0 and MS1 icons
  16. **    (which are for floppy disks) to Sys:Storage/DosDrivers/
  17. **    unless you really want to use PC floppy disks these days :-)
  18. ** 2) Copy this mountlist file (and icon) to Sys:Devs/DosDrivers/
  19. ** 3) Reboot
  20. ** 4) EITHER: Insert 250MB zip disk which has been formatted on a PC
  21. **
  22. **        OR: Insert 250MB Zip disk which hasn't been formatted
  23. **            In Workbench, double-click Sys:System/Format to run Format command with GUI
  24. **              In Format window which opens, select Z250PC device (the name of this file)
  25. **              Click "Quick Format" and as many "OK"s as are necessary to initialize the disk!
  26. **
  27. ** Either way, you should end up with a 250MB PC formatted zip disk
  28. ** mounted on your Amiga, and you'll be able to use it on a PC as well.
  29. **
  30. */
  31. FileSystem        = l:fat95
  32. Device            = oktagon.device    /* Device and Unit can be set as    */
  33. Unit            = 5                    /* icon tooltypes, or in this file. */
  34. Flags            = 0
  35. LowCyl            = 0
  36. HighCyl            = 489531
  37. Surfaces        = 1
  38. BlocksPerTrack  = 1
  39. BlockSize       = 512
  40. Buffers            = 300
  41. BufMemType        = 1
  42. BootPri            = 0
  43. Stacksize        = 4096
  44. Priority        = 5
  45. GlobVec            = -1
  46. DosType            = 0x46415401
  47.